home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / swtools / trubasic / rolldemos / chooser / README < prev    next >
Text File  |  1994-08-02  |  779b  |  21 lines

  1. True BASIC Chooser For Demo Programs:
  2.  
  3. These BASIC programs use the Demo version of True BASIC.
  4.  
  5. A main menu is created with buttons leading to other screens.
  6.  
  7. The demos are divided into functional groupings.
  8.  
  9. Clicking on a demo button, starts the demo.  Clicking in the background of
  10. a subwindow returns you to the main window.
  11.  
  12. Some optimization is possible on the routines which check for mouse clicks
  13. and draw the buttons.  To combine these routines, the driver would copy the
  14. button texts and locations into arrays which could either be public or
  15. used as parameters to the new routines.
  16.  
  17. Note that we move into the demo directories before running the programs so
  18. that the relative LIBRARY statments find their files.
  19.  
  20. The buttons were created with BASIC PICTURE statements.
  21.